-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
40
41
42
43
{
"name": "persona5-items",
"version": "1.4.6",
"private": true,
"standard": {
"env": [
"jest"
]
},
"homepage": "https://quan.github.io/persona5-items",
"repository": {
"type": "git",
"url": "https://github.com/quan/persona5-items.git"
},
"dependencies": {
"classnames": "^2.2.5",
"jquery": "^3.2.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"sticky-table-headers": "^0.1.19"
},
"devDependencies": {
"enzyme": "^2.9.1",
"gh-pages": "^1.0.0",
"node-sass": "^4.5.3",
"react-scripts": "1.0.7",
"react-test-renderer": "^15.6.1",
"sinon": "^2.4.1",
"standard": "^10.0.2"
},
"scripts": {
"start": "react-scripts start",
"prebuild": "npm run build:css",
"build": "react-scripts build",
"build:css": "./node_modules/.bin/node-sass ./src/css/index.scss > ./src/css/index.css",
"pretest": "npm run test:linter",
"test": "react-scripts test --env=jsdom",
"test:linter": "./node_modules/.bin/standard --fix",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}