This repository was archived by the owner on Sep 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 5.27 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 5.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "noths-toga",
"version": "2.5.0",
"description": "A modular set of components and pages for the Notonthehighstreet frontend which are exposed as either raw assets or pre-rendered.",
"main": "dist/index.js",
"repository": "https://github.com/notonthehighstreet/toga",
"engines": {
"node": "^6.2.2",
"npm": "^3.10.3"
},
"scripts": {
"preexample": "TOGA_ASSETS_URL=localhost:3001 npm run bundle -- --components=./tests/e2e",
"prebundle": "npm run build && rm -rf dist/components",
"pretest-unit": "npm run bundle",
"pretest-e2e": "npm run preexample && npm run install:selenium",
"install:selenium": "selenium-standalone install --version=3.0.1",
"build": "NODE_ENV=production babel src -d dist",
"start": "DEBUG=toga,toga:* NODE_ENV=production node ./dist/script/start/index.js --config ./app/config/application.js",
"debug": "DEBUG=toga,toga:* NODE_ENV=production devtool ./dist/script/start/index.js --config ./app/config/application.js",
"example": "TOGA_SERVER_PORT=3001 DEBUG=toga,toga:* node ./example --components=./tests/e2e",
"heroku": "nodemon ./dist/script/start/index.js --config ./app/config/application.js --config ./app/config/herokuOverrides.js",
"dev": "DEBUG=toga,toga:* TOGA_SOURCE=dev nodemon ./src/script/start/index.js -- --config ./app/config/application.js",
"bundle": "DEBUG=toga,toga:* babel-node ./src/script/generateBundles.js --config ./app/config/application.js",
"deploy": "node ./src/script/deployBundles.js",
"test": "npm run test-unit",
"coverage": "nyc --require babel-core/register --all npm test",
"codeclimate": "npm run coverage -- --reporter=lcov --reporter=text-lcov | ./node_modules/codeclimate-test-reporter/bin/codeclimate.js",
"lint": "eslint . ",
"test-cli": "NODE_ENV=production NODE_PATH=. _mocha --require ./tests/spec/specSetup.js --opts ./tests/config/mocha.opts 'bin/**/*.spec.js'",
"test-unit": "NODE_ENV=production NODE_PATH=. _mocha --require ./tests/spec/specSetup.js --opts ./tests/config/mocha.opts '{src,tests/e2e,components}/**/*.spec.js'",
"test-e2e": "TOGA_SERVER_PORT=3001 npm run nightwatch -- --components=./tests/e2e",
"nightwatch": "nightwatch -o ./tests/e2e/tests_output -c ./tests/config/nightwatch.conf.js"
},
"nyc": {
"include": [
"src/app/**/*.js",
"components/**/*.js"
],
"exclude": [
"components/test*/**/*",
"**/*/*.spec.js"
]
},
"author": "",
"license": "MIT",
"dependencies": {
"@auth0/s3": "^1.0.0",
"assets-webpack-plugin": "~3.5.1",
"async": "~1.5.0",
"autoprefixer": "~6.7.2",
"axios": "~0.15.1",
"babel-cli": "6.24.0",
"babel-core": "6.24.0",
"babel-loader": "6.4.0",
"babel-plugin-transform-builtin-extend": "~1.1.2",
"babel-plugin-transform-class-properties": "~6.23.0",
"babel-plugin-transform-object-assign": "6.22.0",
"babel-plugin-transform-object-rest-spread": "~6.23.0",
"babel-plugin-transform-react-jsx": "~6.23.0",
"babel-preset-es2015": "6.24.0",
"body-parser": "~1.18.2",
"breadboard": "~9.0.2",
"bunyan": "1.8.8",
"compression": "~1.6.2",
"cors": "~2.8.1",
"css-loader": "~0.27.3",
"debug": "~2.6.1",
"deep-assign": "~2.0.0",
"entities": "~1.1.1",
"es6-promise": "4.1.0",
"express": "4.15.2",
"express-domain-middleware": "0.1.0",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "~0.10.0",
"hash-files": "~1.1.1",
"honeybadger": "0.9.1",
"json-loader": "~0.5.4",
"node-hook": "~0.4.0",
"node-sass": "^4.14.1",
"postcss": "~5.2.13",
"postcss-loader": "~1.3.0",
"progress-bar-webpack-plugin": "~1.9.2",
"react": "15.4.2",
"react-bem-helper": "1.3.1",
"react-dom": "15.4.2",
"react-redux": "~4.4.5",
"react-router-dom": "~4.0.0",
"react-router-redux": "~4.0.8",
"redux": "~3.6.0",
"redux-actions": "~0.10.1",
"redux-effects": "0.4.3",
"redux-effects-fetch": "0.5.5",
"redux-logger": "~2.8.2",
"redux-multi": "~0.1.12",
"redux-promise-middleware": "~4.2.0",
"redux-thunk": "2.2.0",
"response-time": "~2.3.1",
"sass-loader": "~6.0.0",
"static-site-generator-webpack-plugin": "3.3.0",
"style-loader": "~0.13.1",
"styles-toolkit": "0.5.00",
"svg-inline-loader": "~0.7.1",
"toga-loader": "github:notonthehighstreet/toga-loader#v1.0.4",
"url-loader": "~0.5.7",
"webpack": "~2.2.0",
"webpack-isomorphic-tools": "~2.6.6",
"webpack-visualizer-plugin": "~0.1.10",
"yargs": "~6.6.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"browser-sync": "^2.18.8",
"chai": "^3.4.1",
"chai-as-promised": "^6.0.0",
"chai-enzyme": "^0.6.1",
"chance": "^1.0.4",
"codeclimate-test-reporter": "^0.4.1",
"enzyme": "^2.3.0",
"eslint": "^3.15.0",
"eslint-plugin-mocha": "^4.3.0",
"eslint-plugin-react": "^6.0.0",
"jsdom": "^9.11.0",
"mocha": "^3.0.2",
"mocha-junit-reporter": "^1.12.0",
"mockery": "2.0.0",
"nightwatch": "^0.9.3",
"nodemon": "^1.8.1",
"nyc": "^6.6.1",
"proxyquire": "^1.7.11",
"react-addons-test-utils": "^15.3.0",
"request-promise": "^4.1.1",
"selenium-standalone": "^6.0.1",
"sinon": "1.17.3",
"sinon-chai": "^2.8.0",
"supertest": "^2.0.1"
},
"bin": {
"toga": "./bin/toga"
}
}