-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 747 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 747 Bytes
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
{
"name": "refract-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-scripts": "1.0.17"
},
"scripts": {
"start": "react-scripts start",
"build": "npm run build-css; react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build-css": "node-sass-chokidar src/styles/scss/index.scss -o src/styles/",
"watch-css": "npm run build-css && node-sass-chokidar src/styles/scss/index.scss -o src/styles/ --watch"
},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"node-sass-chokidar": "0.0.3",
"normalize.css": "^7.0.0",
"react-s-alert": "^1.3.2",
"youtube-player": "^5.4.0"
}
}