-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.08 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
{
"name": "come-drink-stuff",
"version": "1.0.0",
"description": "The portfolio site for Meghan Kradolfer",
"main": "index.js",
"scripts": {
"start-js": "react-scripts start",
"start-scripts": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-dev": "npm run build-css && react-scripts build",
"build": "react-scripts build",
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive"
},
"author": "",
"license": "ISC",
"dependencies": {
"hoek": "^5.0.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.5.7",
"react-reveal": "^1.2.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "^3.0.1",
"react-scroll": "^1.7.11",
"yarn": "^1.16.0"
},
"devDependencies": {
"eslint-plugin-react": "^7.13.0",
"node-sass-chokidar": "^1.3.5",
"npm-run-all": "^4.1.5"
}
}