-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 946 Bytes
/
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
{
"name": "css-cursors",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-brands": "^5.0.7",
"@fortawesome/fontawesome-free-solid": "^5.0.7",
"@fortawesome/react-fontawesome": "^0.0.17",
"balloon-css": "^0.5.0",
"classnames": "^2.2.5",
"copy-to-clipboard": "^3.0.8",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.1.1"
},
"scripts": {
"build:css":
"postcss src/assets/css/tailwind.css -o src/assets/css/index.css",
"watch:css":
"postcss src/assets/css/tailwind.css -o src/assets/css/index.css -w",
"start": "npm run watch:css & react-scripts start",
"build": "npm run build:css & react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"postcss-cli": "^5.0.0",
"tailwindcss": "^0.4.2"
}
}