-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 1.14 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
{
"name": "moonlight",
"version": "0.0.1",
"description": "create a react app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "./node_modules/.bin/babel -d publish/ src1.0.0/ --no-comments && ./node_modules/.bin/lessc src1.0.0/components/tabbar/tabbar.less publish/components/tabbar/tabbar.css"
},
"author": "chengpu",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/VonCheng/Tomatobean.git"
},
"bugs": {
"url": "https://github.com/VonCheng/Tomatobean/issues"
},
"homepage": "https://github.com/VonCheng/Tomatobean#readme",
"dependencies": {
"notificationcenter": "^1.1.0",
"react": "^16.1.0",
"react-dom": "^16.0.0",
"react-redux": "^4.1.0",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"redux": "^3.1.1",
"redux-thunk": "^1.0.3",
"webpack": "^3.8.1"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"less": "^3.9.0"
}
}