-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.07 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
{
"name": "yunchen-snippets",
"version": "1.0.0",
"description": "js",
"main": "index.js",
"repository": "[email protected]:chenyungcs/snippets.git",
"author": "yunchen <[email protected]>",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development parcel index.html",
"build": "NODE_ENV=production parcel build index.html"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-plugin-react-flow-props-to-prop-types": "^0.15.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.16.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-flowtype": "^2.42.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.6.1",
"eslint-plugin-standard": "^3.0.1",
"flow-bin": "^0.64.0",
"less": "^2.7.3",
"parcel-bundler": "^1.5.1"
},
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}