-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.51 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
{
"name": "kouka-bookmark-browser-plugin",
"version": "1.0.0",
"description": "Kouka网站书签管理浏览器插件",
"scripts": {
"start": "webpack-dev-server --config ./webpack.config.js --port 4001 --host 0.0.0.0 --env.development",
"dev": "./node_modules/.bin/webpack --watch --config ./webpack.config.js --env.development",
"build": "./node_modules/.bin/webpack --config ./webpack.config.js --env.production"
},
"repository": {
"type": "git",
"url": "[email protected]:Suixinlei/kouka-bookmark-browser-plugin.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "~6.7.5",
"babel-core": "~6.7.6",
"babel-loader": "~6.2.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "~6.5.0",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "^2.23.5",
"browser-sync-webpack-plugin": "^1.2.0",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.0",
"node-sass": "^4.7.2",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.14.1",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.0",
"webpack-notifier": "^1.5.0"
},
"dependencies": {
"classnames": "^2.2.5",
"exceed": "^1.7.2",
"uuid": "^3.0.1"
}
}