-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.54 KB
/
package.json
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
{
"name": "teneleven",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node start.js",
"test": "karma start --single-run",
"build": "rm -rf dist && NODE_ENV=production node ./node_modules/webpack/bin/webpack -p --config ./webpack.prod.config.js --progress --profile --colors",
"test-e2e": "rm -rf test/e2e/generated; tsc -p test/e2e; protractor test/e2e/config/protractor.conf.js"
},
"author": "Joseph McElroy <[email protected]>",
"license": "MIT",
"dependencies": {
"assets-webpack-plugin": "^3.1.0",
"autoprefixer": "^6.0.3",
"css-loader": "^0.20.2",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"history": "1.12.3",
"jasmine-core": "^2.3.4",
"karma": "^0.13.14",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-webpack": "^1.7.0",
"node-sass": "^3.3.3",
"normalize.css": "^3.0.3",
"null-loader": "^0.1.1",
"phantomjs": "^1.9.18",
"phantomjs-polyfill": "0.0.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-hot-loader": "^1.3.0",
"react-router": "^1.0.0-rc3",
"sass-loader": "^3.0.0",
"style-loader": "^0.13.0",
"ts-loader": "^0.5.6",
"tsd": "^0.6.5",
"typescript": "^1.6.2",
"typographic": "^2.9.3",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"express": "^4.13.3",
"webpack-config": "^1.1.1"
},
"devDependencies": {
"html-webpack-plugin": "^1.7.0",
"ts-node": "^0.5.3",
"webpack-dev-server": "^1.12.1",
"xenon": "ten-eleven/xenon"
}
}