-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.36 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
{
"name": "ad",
"version": "1.0.0",
"description": "react plug-in",
"main": "index.js",
"dependencies": {
"nstore": "^0.5.2"
},
"devDependencies": {
"autoprefixer": "^6.x",
"babel-core": "^6.5.2",
"babel-eslint": "^4.1.8",
"babel-loader": "^6.2.2",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-runtime": "6.x",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-ie": "6.x",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^0.23.1",
"deep-eql": "^2.0.2",
"enquire": "^0.0.2",
"express": "^4.13.4",
"file-loader": "^0.8.5",
"node-sass": "^3.4.2",
"raf": "^3.3.2",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "^2.0.1",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"tween-functions": "^1.2.0",
"url-loader": "^0.5.7",
"velocity-animate": "^1.2.3",
"webpack": "^1.12.13"
},
"scripts": {
"clean": "rm -rf dist",
"dist": "npm run clean && NODE_ENV=production webpack --progress --colors",
"server": "node devServer.js",
"build": "npm run clean && NODE_ENV=development webpack --config webpack.config.js --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/Seasons123/ADReact.git"
},
"author": "pcy",
"license": "ISC"
}