-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.24 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.24 KB
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
{
"name": "fl-library",
"version": "1.0.1",
"description": "Add a 'Library' category to the Fallen London inventory",
"author": "sdobuadhachain@gmail.com",
"license": "MIT",
"dependencies": {
"classnames": "^2.2.5",
"jquery": "3.1.1",
"mutation-summary": "^0.1.1",
"prop-types": "^15.5.10",
"react": "^16.2",
"react-dom": "^16.2"
},
"scripts": {
"cleanup": "rimraf dist/ && rimraf build/",
"build": "yarn cleanup && webpack",
"dist": "rimraf dist/ && NODE_ENV=production webpack -p",
"lint": "eslint 'src/**/*.@(js|jsx)'",
"start": "yarn cleanup && webpack --progress --watch"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.27.3",
"eslint": "^4.7.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"extract-text-webpack-plugin": "^2.1.0",
"node-sass": "^4.5.0",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.3",
"webpack": "2.2",
"zip-webpack-plugin": "^1.0.0"
}
}