-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1001 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1001 Bytes
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
{
"name": "reactmock",
"version": "1.0.0",
"description": "制作的一个react的学习demo",
"author": "gongyili",
"keywords": [
"fis3",
"react",
"music-player",
"ant-design"
],
"scripts": {
"start": "fis3 server start -p 8000 --type node",
"dev": "fis3 release -wL"
},
"dependencies": {
"create-react-class": "^15.6.3",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"antd": "^3.5.0"
},
"devDependencies": {
"fis-parser-babel-6.x": "^6.24.1",
"babel-core": "^6.26.3",
"fis3-parser-less-2.x": "^0.1.4",
"fis3-preprocessor-js-require-css": "^0.1.3",
"fis3-postprocessor-postcss": "^0.2.0",
"fis3-hook-commonjs": "^0.1.26",
"fis3-hook-node_modules": "^2.3.0",
"fis3-postpackager-loader": "^2.1.10"
},
"repository": {
"type": "git",
"url": "https://github.com/ligongzai/reactmock.git"
}
}