-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1 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
40
41
42
{
"name": "@sfu/semantic-ui-css-sfu",
"version": "1.0.2",
"description": "Semantic UI CSS-only theme for SFU CLF",
"author": "Graham Ballantyne <[email protected]>",
"main": "semantic.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/sfu/semantic-ui-css-sfu"
},
"publishConfig": {
"access": "public"
},
"files": [
"src/semantic/dist"
],
"dependencies": {},
"devDependencies": {
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-scripts": "2.1.8",
"semantic-ui": "^2.4.2",
"semantic-ui-react": "^0.85.0",
"sfu-fonts": "https://github.com/sfu/sfu-fonts"
},
"scripts": {
"start": "react-scripts start",
"watch": "cd src/semantic && gulp watch",
"build": "cd src/semantic && gulp build",
"dist": "cd src/semantic && gulp clean && gulp build && node publish.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}