-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "diners-discourse",
"version": "1.1.2",
"private": true,
"dependencies": {
"carbon-components": "9.82.10",
"carbon-components-react": "6.99.1",
"carbon-icons": "7.0.7",
"fsevents": "2.1.3",
"react": "16.6.3",
"react-dom": "16.6.3",
"react-scripts": "2.1.8",
"tau-prolog": "0.2.38"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"babel-preset-env": "1.7.0",
"gh-pages": "2.0.1",
"node-sass": "4.14.1"
},
"scripts": {
"start": "node-sass ./src/index.scss ./src/index.css && react-scripts start",
"build": "node-sass ./src/index.scss ./src/index.css && react-scripts build",
"test": "react-scripts test --env=jsdom --verbose --watchAll",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build && rm -rf build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"homepage": "https://yankirchev.github.io/diners-discourse"
}