-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
45 lines (45 loc) · 1.27 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": "nfes-next",
"version": "1.0.0",
"description": "实验性 no bundle all streams",
"main": "index.js",
"dependencies": {
"fre": "1.13.3",
"pnpm": "^6.24.1",
"blueimp-md5": "^2.12.0",
"devtools-detector": "^1.0.21",
"snarkdown": "^1.2.2"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.6.3",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"style-loader": "^1.0.1",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"to-string-loader": "^1.1.6",
"webpack": "^4.41.1",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:fre": "pnpm run build --filter @clicli/fre",
"dev:fre": "pnpm run start --filter @clicli/fre",
"build:admin":"pnpm run build --filter @clicli/admin",
"dev:admin":"pnpm run dev --filter @clicli/admin"
},
"repository": {
"type": "git",
"url": "git@git.dev.sh.ctripcorp.com:changhaozhao/nfes-next"
},
"keywords": [],
"author": "",
"license": "ISC"
}