-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathpackage.json
40 lines (40 loc) · 971 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
32
33
34
35
36
37
38
39
40
{
"name": "unsemantic",
"main": "assets/react/dist/index.js",
"version": "1.3.0",
"description": "Fluid grid for mobile, tablet, and desktop.",
"dependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.1"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"rimraf": "^3.0.2"
},
"scripts": {
"clean": "rimraf assets/react/dist",
"compile": "npm run clean && babel assets/react/source -d assets/react/dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nathansmith/unsemantic.git"
},
"bugs": {
"url": "https://github.com/nathansmith/unsemantic/issues"
},
"keywords": [
"css",
"fluid",
"layout",
"desktop",
"tablet",
"mobile",
"sass"
],
"author": "Nathan Smith",
"license": "MIT",
"homepage": "https://github.com/nathansmith/unsemantic#readme"
}