-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.46 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
{
"name": "cxjs-hn",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config config/webpack.dev.js --open",
"build": "webpack --config config/webpack.prod.js",
"format": "prettier \"+(app)/**/*.js\" --write --use-tabs"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.23.0",
"cx": "^17.7.10",
"cx-preact": "^17.7.1",
"cx-react": "^17.4.1",
"firebase": "^4.1.3",
"preact": "^8.2.1",
"preact-compat": "^3.16.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-jsx": "^6.8.0",
"babel-preset-cx-env": "^17.6.2",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"cx-scss-manifest-webpack-plugin": "^17.6.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.29.0",
"json-loader": "^0.5.7",
"node-sass": "^4.14.1",
"prettier": "^1.5.3",
"sass-loader": "^6.0.6",
"script-ext-html-webpack-plugin": "^1.8.5",
"style-ext-html-webpack-plugin": "^3.4.1",
"style-loader": "^0.18.2",
"sw-precache-webpack-plugin": "^0.11.4",
"webpack": "^3.3.0",
"webpack-bundle-analyzer": "^2.8.3",
"webpack-dev-server": "^2.6.1",
"webpack-merge": "^4.1.0"
}
}