-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 822 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 822 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
{
"name": "sample-editor",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --content-base app --hot --progress --colors",
"build": "NODE_ENV=production webpack -p"
},
"author": "Cory Reed <swashcap@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"css-loader": "^0.28.9",
"jsx-loader": "^0.13.2",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
"codemirror": "^5.2.0",
"flux": "^2.0.3",
"jquery": "^3.3.1",
"lodash": "^3.8.0",
"markdown": "^0.5.0",
"react": "^0.13.2",
"rsvp": "^3.0.18",
"sass.js": "^0.10.8"
}
}