-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.16 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
{
"name": "xivcurrents",
"version": "0.3.1",
"description": "Locate and log Aether Currents in FFXIV",
"author": "Liam Morgan",
"homepage": "https://getignited.github.io/xivcurrents/",
"private": true,
"dependencies": {
"aphrodite": "^1.2.1",
"classnames": "^2.2.5",
"lodash": "^4.17.4",
"normalize.css": "^7.0.0",
"polished": "^1.1.3",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-ga": "^2.2.0",
"react-inlinesvg": "^0.6.0",
"styled-components": "^2.0.0",
"yarn-run-all": "^3.1.1"
},
"devDependencies": {
"gh-pages": "^1.0.0",
"node-sass-chokidar": "^0.0.2",
"react-scripts": "1.0.7"
},
"scripts": {
"build-css": "node-sass-chokidar src/ --include-path ./node_modules -o src/",
"watch-css": "yarn build-css && node-sass-chokidar src/ --include-path ./node_modules -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "yarn build-css && react-scripts build",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}